[@main]
<Master | Servant System>\
Please select an option below!\  \
<SELECT/@agree> - Request person to be Master\
<SELECT/@breakmands> - Request a breaking of Master/Servant\
<SELECT/@howtouse> - Info and How to use!\
<exit/@exit>

[@agree]
;#if
;checkmarry
;#say
;<Master | Servant System>\ \
;Sorry but you are married, i cannot permit the use of\
;this under any terms of wedded bliss.\
;<main/@main>
;#ACT
;break

#if
checkismaster
#say
<Master | Servant System>\ \
This person is already a master!\
<main/@main>
#ACT
break

#if
checkmaster
#say
<Master | Servant System>\ \
You already have a Master!\
<main/@main>
#ACT
break

#if
checkposemaster
#say
<Master | Servant System>\ \
Sorry but this person is already a servent!\
<main/@main>
#act
break

#if
checkposedir
#elsesay
<Master | Servant System>\ \
Face the person you wish to become your Master\
<main/@main>
#elseact
break

#act
master

[@StartGetMaster]
<Master | Servant System>\ \
Are you sure that you wish for this person to become\
your master and claim total control over you?\
<Yes, I am/@RequestMaster>\
<No i am not/@exit>

[@StartMaster]
<Master | Servant System>\ \
The person you are facing is about to offer you a\
proposal to become his Master and you will have total\
control over him / her.

[@RequestMaster]
#if
#act
master requestmaster

[@WateMaster]
<Master | Servant System>\ \
Person is making a decision!

[@RevMaster]
#IF
checklevelex > 29
#ACT
goto @revmaster1
break

#ELSEACT
master responsemaster fail
goto @mastertolow
break

[@mastertolow]
<Master | Servant System>\ \
I am sorry but your too low level to be seen as a\
master, you must be over level 30 to take advantage\
of this.\
<exit/@exit>

[@revmaster1]
<Master | Servant System>\ \
The person you are facing requests that you become\
his/her master, do you accept?\
<I accept/@ResposeMaster> \
<No thanks/@ResposeMasterFail>

[@ResposeMaster]
#if
#act
master responsemaster ok

[@ResposeMasterFail]
#if
#act
master responsemaster fail

[@EndMaster]
<Master | Servant System>\ \
You are now mastered\
<exit/@exit>

[@EndMasterFail]
<Master | Servant System>\ \
Master/Servent declined\
<exit/@exit>

[@MasterDirErr]
<Master | Servant System>\ \
please face partner\
<exit/@exit>

[@MasterCheckDir]
<Master | Servant System>\ \
please face partner\
<exit/@exit>

[@HumanTypeErr]
<Master | Servant System>\ \
An error has accured\
<exit/@exit>

;; Break section

[@breakmands]
<Master | Servant System>\ \
Are you sure? This means all links will be removed\
but each break up costs <100,000 Gold!>\  \
<Request break up!/@break1>\
<Exit/@exit>

[@break1]
#IF
havemaster
checkgold 100000
#ACT
take gold 100000
goto @break2

#ELSESAY
Sorry but i am unable to do so!\
<exit/@exit>

[@break2]
#if
havemaster
#act
unmaster requestunmaster force
SENDMSG 5 "[%s], All links have now been removed."
#elsesay
You do not have a master at the moment\
<exit/@exit>

[@UnMasterCheckDir]
MESSAGE (contact mental) 1\
<Unmaster/@fUnMaster>\
<main/@main>


[@UnMasterTypeErr]
MESSAGE (contact mental)  2\
<main/@main>

[@UnIsMaster]
MESSAGE (contact mental)  3\
<main/@main>

[@UnMasterError]
MESSAGE (contact mental)  4\
<main/@main>

[@StartUnMaster]
MESSAGE (contact mental)  5\
<exit/@RequestUnMaster>

[@WateUnMaster]
MESSAGE (contact mental)  6\
<main/@main>

[@RequestUnMaster]
#if
havemaster
#act
unmaster requestunmaster

[@ResposeUnMaster]
#if
havemaster
#act
unmaster responseunmaster


[@WateUnMaster]
MESSAGE (contact mental)  7\

[@RevUnMaster]
MESSAGE (contact mental)  8\
<Unmaster/@RequestUnMaster>
<main/@main>

[@ExeMasterFail]
MESSAGE (contact mental)  9\
<main/@main>

[@UnMasterEnd]
#IF
#say
You have now parted with your Master/Servent\
<exit/@exit>

;;; -- How to  use

[@howtouse]
<Master | Servant System>\
Welcome, the Master and Servant system is a system where one\
player lets another player take lead of them in what we call a\
Master, this Master then has the power to recall the Servant\
via making sure the Servant allows the recall by using this command\
@<allowmasterrecall> then the master can simply recall the\
Servant via typing @<masterrecall>.\
<What is the benefit?/@howtouse1>   --   <exit/@exit>

[@howtouse1]
<Master | Servant System>\
Unlike the wedding system, this method has no gender restriction\
only restriction is that the master must be over level 30 in\
order to take control, also another benefit is that the master\
can only recall the Servant and not the other way around and has\
more boss room recall ability's than the wedding system.\
<previous page/@howtouse> -- <exit/@exit>